home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 August 15 / CD [VMAG950815].bin / epson / m500ck.dxr / 00041.ls < prev    next >
Encoding:
Text File  |  1995-06-14  |  220 b   |  13 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   puppetSprite(9, 1)
  4.   set the castNum of sprite 9 to the number of cast "HIDD"
  5. end
  6.  
  7. on mouseUp
  8.   set the castNum of sprite 9 to 22
  9.   puppetSprite(9, 0)
  10.   updateStage()
  11.   go("06")
  12. end
  13.